@charset "utf-8";
/* CSS Document */
<style>
#myTopnav{
   position:fixed;
   top: 0;
   margin:auto;
   left: 0;
   right: 0;
   width: 100%  
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.inline ul {  list-style: square; width: 200px;text-align: center; }
.inline li { display: inline-block; margin-right: 2px;}
.inline li:after { content: "  \00b7   "; margin-left:6px; }
.inline li:last-child:after { content: "";}

.section p{
	padding: 10px 10px 10px 10px;
	display: block;
	background-color: #CCC;
}
#banner{margin-top:0;
    width:100%;
}

a.bt,a.bt span{
	display:inline-block;
	height:25px;
}
a.bt{
	padding-left:5px;
	background:url(images/bt-casual-left.png) no-repeat;
	color:#000;
	margin-top:5px;
	text-decoration:none;
}
a.bt span{
	background:url(images/bt-casual-right.png) no-repeat;
	
	line-height:20px;
	color:#333;
	font-weight:700;
}

a.bt span:hover{
	color:#006;
}

@media screen and (max-width: 800px) {
.image{
	width:100%;
	height:auto;
}
.image1{
	width:100%;
	height:auto;
}

.adbanner {
	width:85%;
}

.adbanner p{
	padding: 10px 10px 10px 10px;
	display: block;
}

.adbanner label{
	font-size:1em;
	text-align:justify;
	color:#30C;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

.section {
	inline-box-align:left;
}
}
@media screen and (min-width: 800px) {
.image{
	width:75%;
	height:auto;
}
.image1{
	width:50%;
	height:auto;
}
.adbanner {
	width: 66%;
}

.adbanner p{
	padding: 10px 10px 10px 10px;
	display: block;
}

.adbanner label{
	font-size:1.25em;
	text-align:justify;
	color:#30C;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

.section {
	inline-box-align:left;
	width:75%;
}
}

.topnav {
  overflow: hidden;
  background-color: #0CF ;
}

.topnav a {
  float: left;
  display: block;
  color: #309;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #0CF;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.back-to-top {
 
background: none;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
width: 50px;
height: 50px;
z-index: 100;
display: none;
text-decoration: none;
color: #ffffff;
background-color: #06F;
 
}

.back-to-top i {
  font-size: 60px;
}

</style>
